home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_03_02 / 3n02043a < prev    next >
Text File  |  1991-12-15  |  595b  |  17 lines

  1.     
  2.     -=-=-=-=-=-=-=-=-=-=-=-=-=-=-Begin Listing 2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3.     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4.     ;; combo.def                                         ;;
  5.     ;; -- Linker definition file for mlefix dll.         ;;
  6.     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.     LIBRARY    Combo
  8.     EXETYPE    WINDOWS
  9.     CODE       PRELOAD MOVEABLE DISCARDABLE
  10.     DATA       PRELOAD SINGLE
  11.     HEAPSIZE   0
  12.     EXPORTS
  13.         WEP         @1 RESIDENTNAME
  14.         ComboFilter   @2
  15.     -=-=-=-=-=-=-=-=-=-=-=-=-=-=-End   Listing 2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  16.  
  17.